Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Php
1) Algorithms
2) Authentication
3) Calendar
4) Chart
5) Class
6) Code Snippets
7) Components
8) Content Management
9) Cookie Session
10) Data Type
11) Date Time
12) Design Patterns
13) Development
14) DNS
15) Email
16) File Directory
17) Form
18) Functions
19) Graphics
20) HTML
21) Language Basics
22) Login Authentication
23) Math
24) MySQL Database
25) Network
26) Operator
27) PDF
28) Reflection
29) Searching
30) Site Navigation
31) Statement
32) Statistics and Counters
33) Strings
34) User Management
35) Web Services SOAP WSDL
36) XML
Reflection
1) _exists function
2) Checking for the Existence of Classes and Interfaces Using class_exists() and interface_exists()
3) Checking if a class implements an interface
4) Checking if a class implements an interface using the Reflection classes
5) Creating an object from the Cat class
6) Determining Whether An Object Is An Instance Of A Particular Class
7) Displaying the Type of a Variable
8) Function is_numeric() checks if the value passed as the argument is numeric
9) Functions is_int() and is_float() check for specific data types
10) Get_class() function returns the class name
11) Get_class_methods() function returns an array of methods defined by the class specified by class_name
12) Get_class_vars() function returns an array of attributes defined in the class specified by class_name
13) Get_declared_classes() function returns an array of all defined classes
14) Get_declared_interfaces( ) returns an array of all the interfaces currently available to you
15) Get_object_vars() function returns an array containing the properties of the attributes
16) Get_parent_class() function returns the name of the parent class
17) Helpful Utility Functions
18) If you are not sure which XML APIs might be available
19) Is it an array, or is it an integer, or is it numeric
20) Listing Currently Loaded Interfaces and Classes
21) Listing Methods and Interfaces Using get_class_methods()
22) Method_exists() function checks to see if a particular method, exists
23) Obtain by using class_parents(), class_implements(), get_class_methods(), and get_class_variables() in order to obtain informat
24) Obtaining Variable Names
25) PHP is_ Functions
26) Using an is_ function to determine a proper data type
27) Using is_ function to determine a proper data type and then work with it